home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / HyperTalk / Reference Material / HT Programming Errata < prev    next >
Encoding:
Text File  |  1988-03-25  |  3.1 KB  |  87 lines  |  [TEXT/MACA]

  1. From Dan Shafer
  2.  
  3. The following list represents known "bugs" or typos in my book, 
  4. "HyperTalk Programming," first printing.  If you have a copy of the 
  5. first printing, you can make these changes directly to the text.  These 
  6. have all been corrected in the Second Printing, however.
  7.  
  8. p. 114 - Remove the word "the" from lines 9, 12 and 15 of the 
  9. handler at the top of the page (if optionStatus is down....)
  10.  
  11. p. 140 - In the two handlers at the top of that page, "repeat for" 
  12. should be "repeat with"
  13.  
  14. p. 145 - In both handlers, change "repeat for" to "repeat with".  Also, 
  15. there is a space between "down" and "to", not "downTo" but "down 
  16. to".
  17.  
  18. p.155 - First sentence should be edited to read:  "This command will 
  19. find the "end" in the words blender and weekend as well as in 
  20. ending."
  21.  
  22. p. 182 - third line from the bottom of the handler.  Change "3 to 67" 
  23. to "3 to 7"
  24.  
  25. p. 223 - First line of first full paragraph; change 18 other tools to 15 
  26. other tools
  27.  
  28. p. 243 - Last line of list of instructions in the lab (beginning with 
  29. "choose rectangle tool"), change "click at 50,50" to "click at 151,151"
  30.  
  31. p. 265 - the last sentence before the last full paragraph on the page 
  32. which starts "You cannot concatenate" should be changed:  "You can 
  33. even concatenate these numbers to make larger numbers (i.e., one 
  34. and three combine to make 13)."
  35.  
  36. p. 268 - at Step 2 in lab, change "evaluate" to "value".
  37.  
  38. p. 270 - line below "8 + 45" should be changed to read:  "all by itself 
  39. on a line in a HyperTalk script or in a field makes no sense."  (It does, 
  40. as it turns out, make sense in the Message Box.)
  41.  
  42. p. 302 - Table 17-1.  "rect[angle]" is read-only for windows, but 
  43. read-write for buttons and fields.
  44.  
  45. p. 313 - Item numbered 3.  Change "get" to "put"
  46.  
  47. p. 315 - Delete third line of handler that refers to variable r2.
  48.  
  49. p. 326 - Delete last sentence in second paragraph under "autoHilite 
  50. Property."  (This property does affect radio buttons and check boxes; 
  51. it causes them to turn "on" and "off" when clicked.)
  52.  
  53. p. 329 - second line from the bottom of the first paragraph, delete 
  54. "the dialog box".
  55.  
  56. p. 351 - delete second line of handler at bottom of page (it does no 
  57. harm but it has no effect).
  58.  
  59. p. 352 - delete second line of handler at top of page (it does no harm 
  60. but it has no effect).
  61.  
  62. p. 380 - Second line above figure, change "cursor has ID" to "icon has 
  63. ID".  Change caption to read "An icon has a resource number."
  64.  
  65. p. 408 - delete the funny character at the end of the first line of 
  66. code.
  67.  
  68. p. 444 - Wrong figure is in place.  No harm but can be confusing.
  69.  
  70. p. 483 - handler for Card #2, Button #2, Repeat Forever".  Insert "& 
  71. return" after "end repeat" in current line.  It should read:  put return 
  72. & return & "end repeat" & return after holder
  73.  
  74. p. 487 - last handler on page, change "global effect" in third line from 
  75. bottom to "visual effect."
  76.  
  77. p. 491 - Two fixes.  In first handler on page, put space after "to" and 
  78. before "15" in the fourth line.  In second full handler, change "scroll" 
  79. in third line to "wipe."
  80.  
  81. p. 492 - First handler needs new first line, "global holder".
  82.  
  83.  
  84.  
  85.  
  86.  
  87. Press <CR> to continue !